QTW 10 - PutMovieIntoTyped Handle

Technical Q&As


QTW 10 - PutMovieIntoTyped Handle (1-May-95)


Q Where can I find full documentation for PutMovieIntoTypedHandle and its flags?

A In the case of QTW the following types are handled. You need to use QRTFOURCC (page 239, QTW Developer Guide 2.0) in order to convert these signatures to longs:

    'BMP'    bitmap
    'DIB'    DIB
    'TEXT;   text information
So you can place such information to the clipboard using PutMovieIntoTypedHandle if the Handle passed is null; otherwise, it will end up in a Mac style Handle.

Technical Q&As
Previous Question | Contents | Next Question